home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bos2_xr2.zip / THOMAS.ZIP / freepoll.cfg < prev    next >
Text File  |  1996-06-06  |  4KB  |  67 lines

  1. ; This is the ConditionalPoll AKA FreePoll config file.
  2. ;
  3. ; ConditionalPoll (also known as "FreePoll" from Arjen G. Lentz, who invented
  4. ; this in his mailer XENIA) allows an Uplink (you) to reject a call from a
  5. ; Downlink, if there is less mail for him than the configured minimum.
  6. ; This function will only work with ISDN or a modem that reports the caller ID
  7. ; in the "Ring" string.
  8. ; It's possible to list up to 100 ConditionalPoll entries.
  9. ;
  10. ; How it does work: if the downlink calls you, Binkley gets the caller-ID
  11. ; (eg. "RING 57313340"), searches ALL ConditionalPoll entries for matching
  12. ; addresses and checks if the condition (minimum outbound size for this AKA)
  13. ; says "reject call" or "accept call" for each AKA.
  14. ; Each result (accept=TRUE or accept=FALSE) is evaluated (together with the
  15. ; result of previous calculation for this number) with the according
  16. ; boolean operation "AND" or "OR" to calculate the total result.
  17. ;
  18. ; The boolean operation listed with the first configured ConditionalPoll entry
  19. ; matching a specific number does not care, you can use "Or" or "And" - it
  20. ; makes no difference.
  21. ; If total result is TRUE, call will be accepted.
  22. ; If total result is FALSE, call will be rejected.
  23. ;
  24. ; To reject a call Binkley sends the string configured with "Reject" to the
  25. ; modem. To accept a call, Binkley sends the answer string (normal behaviour).
  26. ;
  27. ; For downlinks who want to make a file request or send an important crash
  28. ; mail immediately, Binkley builds a zero byte size file in the outbound
  29. ; called "*.TRX" for each user. If the downlink gets a "call reject", he/she
  30. ; can call again within MaxDeltaT seconds and the call will be handled normally.
  31. ;
  32. ; To configure the function use:
  33. ;
  34. ; ; accept call of 07142980031 if size for 2:2474/405 > 0 [K]Bytes or 2nd call
  35. ; ; within 30 seconds:
  36. ; ;ConditionalPoll  Or/And AKA [3..5D]  MinSize[KB]  MaxDeltaT[s] Phone
  37. ; ConditionalPoll   Or     2:2474/405   0            30           07142980031
  38. ;
  39. ; ; accept call of 07142980031 if size for 2:2474/405 > 100KB or 2nd call
  40. ; ; within 30 seconds:
  41. ; ;ConditionalPoll  Or/And AKA [3..5D]  MinSize[KB]  MaxDeltaT[s] Phone
  42. ; ConditionalPoll   Or     2:2474/405   100          30           07142980031
  43. ;
  44. ; ; accept call of 07142980032 if (size for 2:2474/403 > 20KB or 2nd call within
  45. ; ; 30 seconds) *AND* (size for 21:492/4003 > 10KB or 2nd call within 20s).
  46. ; ;ConditionalPoll  Or/And AKA [3..5D]  MinSize[KB]  MaxDeltaT[s] Phone
  47. ; ConditionalPoll   Or     2:2474/403    20          30           07142980032
  48. ; ConditionalPoll   And    21:492/4003   10          20           07142980032
  49. ;
  50. ; ; accept call of 07142980032 if (size for 2:2474/403>100KB or 2nd call within
  51. ; ; 30 seconds) *OR* (size for 21:492/4003 > 50KB or 2nd call within 20s).
  52. ; ;ConditionalPoll  Or/And AKA [3..5D]  MinSize[KB]  MaxDeltaT[s] Phone
  53. ; ConditionalPoll   Or     2:2474/403   100          30           07142980032
  54. ; ConditionalPoll   Or     21:492/4003   50          20           07142980032
  55. ;
  56. ;
  57. ;               And/Or AKA [3..5D]  MinSize[KB]  MaxDeltaT[s] Phone
  58. ConditionalPoll Or     2:2474/403     0          60           07142980032
  59. ConditionalPoll Or     2:2474/405     0          60           07142980031
  60. ConditionalPoll Or     2:2474/100  1500          60           071438066
  61. ConditionalPoll Or     2:2474/100  1500          60           071438066
  62. ConditionalPoll Or     2:2474/414   200          30           07142220161
  63. ConditionalPoll Or     2:2474/454   300          70           07141690026
  64. ConditionalPoll Or     2:2474/500   800          60           07041862717
  65. ConditionalPoll Or     2:2432/215     2          60           057313325
  66.